@charset "UFT-8";

@media (min-width: 501px) and (max-width: 1370px) {

    * {
        box-sizing: border-box;
    }

    @font-face {
        font-family: "Zen Old Mincho";
        src: url("../fonts/ZenOldMincho-Bold.ttf") format("truetype");
    }

    @font-face {
        font-family: "meshed-display-black";
        src: url("../fonts/MeshedDisplay-Black.otf") format("truetype");
    }

    /* @font-face { */
    /* font-family: "Zen Old Mincho"; */
    /* src: url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap"); */
    /* font-display: block; */
    /* } */

    body {
        background-color: #B61D22;
        box-sizing: border-box;
        overflow-x: hidden;
    }


    /*ヘッダー*/
    .header-red {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: #B61D22;
        height: 80px;
        padding: 0 2.5%;
        margin: 0 auto;
        z-index: 1000;
    }

    .sp-only {
        display: none;
    }

    .pc-only {
        background-color: #B61D22;
    }

    .pc-only img {
        height: 60px;
        margin-top: auto;
    }

    /*ヘッダーが赤の場合  */
    .button.is-active span:nth-of-type(1) {
        top: 30px;
        transform: translateX(-50%) rotate(45deg);
        background: #fff;
    }

    .button.is-active span:nth-of-type(2) {
        display: none;
    }

    .button.is-active span:nth-of-type(3) {
        top: 30px;
        transform: translateX(-50%) rotate(-45deg);
        background: #fff;
    }

    /* ヘッダーが赤の場合 */
    .button-white {
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 1100;
        position: fixed;
        position: relative;
    }

    /* ３本線 */
    .button-white span {
        display: inline-block;
        width: 80%;
        height: 3px;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        transition: all 0.6s;
    }

    .button-white span:nth-of-type(1) {
        top: 14px;
    }

    .button-white span:nth-of-type(2) {
        top: 30px;
    }

    .button-white span:nth-of-type(3) {
        top: 46px;
    }

    .inner-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 1050;
        height: 80vh;
        width: 100%;
        background: #B61D22;
        transition: all 0.6s;
    }

    .inner-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 80px;
        padding: 0 24px;
        margin: 0 auto;
    }

    .inner-header-title a {
        font-size: 32px;
        color: #fff;
        font-family: meshed-display-black;
    }

    .main-box {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 80%;
        height: auto;
        padding: 0 20px;
    }

    .main-logo {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-logo img {
        margin: 0 auto;
        width: 240px;
        object-fit: cover
    }

    .main-list {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .menu-list {
        list-style-type: none;
        display: flex;
        margin-top: 40px;
    }

    .menu-list li {
        padding-bottom: 24px;
    }

    .menu-list a {
        color: #fff;
        font-size: 18px;
        font-family: meshed-display-black;
    }

    .hb-insta-logo {
        width: 18px;
        height: auto;
    }

    .dashed {
        border-bottom: dashed 3px #fff;
        margin-bottom: 36px;
    }

    .main-box2 {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        height: 80px;
        padding: 0 40px;
    }

    .policy {
        list-style-type: none;
        display: flex;
    }

    .policy li {
        padding-bottom: 16px;
    }

    .policy a {
        color: #fff;
        font-size: 12px;
        font-family: meshed-display-black;
    }

    .inner-nav.is-active {
        right: 0;
    }

    .button-white.is-active span:nth-of-type(1) {
        top: 36px;
        transform: translateX(-50%) rotate(45deg);
        background: #fff;
    }

    .button-white.is-active span:nth-of-type(2) {
        display: none;
    }

    .button-white.is-active span:nth-of-type(3) {
        top: 36px;
        transform: translateX(-50%) rotate(-45deg);
        background: #fff;
    }

    /*メイン*/

    .zen-old-mincho-regular {
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
    }

    .collection-title {
        text-align: center;
        font-size: 60px;
        font-family: "meshed-display-black";
        color: #FFF;
        background-color: #B61D22;
        padding-top: 120px;
        padding-bottom: 150px;
    }

    main {
        background-color: #fff;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 100px;
        margin-bottom: 80px;
    }

    .subtitle {
        font-size: 36px;
        padding-top: 55px;
        font-family: meshed-display-black;
        text-align: center;
    }

    .co_top {
        display: flex;
        justify-content: space-between;
        margin: 70px auto;
        max-width: 900px;
        width: 90%;
    }

    .co_top2 {
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
    }

    .co_top2 img {
        width: 100%;
    }

    .co_top_sp {
        display: none;
    }

    .co_top_sp2 {
        display: none;
    }

    .co_top img {
        width: 48%;
        height: auto;
        max-width: 480px;
    }

    .co_middle {
        margin: 46px auto;
        max-width: 700px;
        width: 80%;
        text-align: center;
    }

    .subtitle2 {
        font-size: 36px;
        margin-bottom: 46px;
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
    }

    .co_middle-text {
        display: inline-block;
        width: 100%;
        line-height: 1.8;
        height: auto;
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
        text-align-last: left;
    }

    .co_slide {
        display: flex;
        justify-content: space-between;
        max-width: 1070px;
        width: 90%;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .slider {
        display: none !important;
    }

    .co_slide img {
        width: 23%;
        height: auto;
        margin-bottom: 40px;
    }

    .co_bottom_pc {
        text-align: center;
        max-width: 1000px;
        margin: 65px auto 0 auto;

    }

    .co_bottom_pc1 {
        max-width: 816px;
        margin-bottom: 110px;
        width: 80%;
    }

    .co_bottom_pc2 {
        width: 50%;
        min-width: 400px;
    }

    .co_bottom_sp {
        display: none;
    }

    .co_bottom_sp1 {
        display: none;
    }

    .co_bottom_sp2 {
        display: none;
    }

    /* メインここまで */


    /* フッターここから */
    footer {
        width: 100%;
        height: 590px;
        background-color: #fff;
        padding-bottom: 115px;
    }

    .logo-box {
        width: 100%;
    }

    .footer-logo {
        display: flex;
        width: 128px;
        padding-top: 38px;
        margin: 0 auto;
    }

    .teamB {
        margin: 0 auto;
    }

    .footer-content1 {
        list-style-type: none;
        display: flex;
        margin-top: 30px;
        margin-left: 35px;
        width: 230px;
        height: 212px;
    }

    .footer-content1 li {
        padding-bottom: 30px;
    }

    .footer-content1 a {
        color: black;
        font-size: 16px;
        font-family: meshed-display-black;
    }

    .footer-content2 {
        list-style-type: none;
        margin-top: 30px;
        margin-left: 35px;
        width: 230px;
    }

    .footer-content2 li {
        padding-bottom: 26px;
    }

    .insta-blacklogo {
        width: 24px;
        height: auto;
    }

    .footer-content2 a {
        color: black;
        font-size: 16px;
        font-family: meshed-display-black;
    }

    .footer-content3 {
        list-style-type: none;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .footer-content3 ul {
        display: flex;
        text-align: center;
    }

    .footer-content3 li {
        width: 100px;
    }

    .footer-content3 a {
        color: black;
        font-size: 12px;
        font-family: meshed-display-black;
    }

    .copyright {
        padding-bottom: 20px;
        background-color: white;
        text-align: center;
    }

    .copycontent {
        margin: 30px 0;
        width: 100%;
    }

    .copyright p {
        color: black;
        font-size: 8px;
    }

}